home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / filesize reducer < prev    next >
Text File  |  1999-06-15  |  706b  |  26 lines

  1. Category: Filter Factory Gallery B
  2. Title: Filesize Reducer...
  3. Author: Werner D.Streidt, Harry the Raver 
  4. Copyright: Copyright 1998 by Werner D. Streidt and harry@visca.com
  5.  
  6. ctl[0]: Bit 8 on/off
  7. ctl[1]: Bit 7 on/off
  8. ctl[2]: Bit 6 on/off
  9. ctl[3]: Bit 5 on/off
  10. ctl[4]: Bit 4 on/off:
  11. ctl[5]: Bit 3 on/off
  12. ctl[6]:Bit 2 on/off
  13. ctl[7]: Bit 1 on/off
  14. val[0]: 0
  15. val[1]: 0
  16. val[2]: 0
  17. val[3]: 0
  18. val[4]: 0
  19. val[5]: 0
  20. val[6]: 0
  21. val[7]: 0
  22. R:put(ctl(0)>127?1:0,0),put(ctl(1)>127?2:0,1),put(ctl(2)>127?4:0,2),put(ctl(3)>127?8:0,3),put(ctl(4)>127?16:0,4),put(ctl(5)>127?32:0,5),put(ctl(6)>127?64:0,6),put(ctl(7)>127?128:0,7),put(255-get(0)-get(1)-get(2)-get(3)-get(4)-get(5)-get(6)-get(7),8),c&get(8)
  23. G:c&get(8)
  24. B:c&get(8)
  25. A:a
  26.